home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 3 / AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso / software / utilities / programmers / c_dt / dt_source / smakefile < prev    next >
Encoding:
Makefile  |  1996-10-25  |  408 b   |  19 lines

  1. samplePNM.datatype: StartUp.o LibInit.o libfuncs.o
  2.  
  3.              SLINK WITH smakefile.wth
  4.              Copy /devs/datatypes devs:datatypes all
  5.              Copy samplePNM.datatype /classes/Datatypes
  6.              Copy samplePNM.datatype SYS:Classes/Datatypes
  7.  
  8. StartUp.o: StartUp.c
  9.  
  10.              SC StartUp.c
  11.  
  12. LibInit.o: LibInit.c
  13.  
  14.              SC LibInit.c
  15.  
  16. libfuncs.o: libfuncs.c
  17.  
  18.              SC libfuncs.c
  19.